func net.isLocalhost

2 uses

	net (current package)
		conf.go#L390: 				if isLocalhost(hostname) || isGateway(hostname) || isOutbound(hostname) {
		conf.go#L511: func isLocalhost(h string) bool {